This page is part of the FHIR Specification (v1.0.0: DSTU 2 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
URL for this extension:
http://hl7.org/fhir/StructureDefinition/cqif-basic-library
Status: draft. Extension maintained by: Health Level Seven, Inc. - CDS WG
A library referenced by the module. The reference must consist of either an id, or a document reference.
Context of Use: Use on element: Basic
usage info: insert a list of places where this extension is used
Summary
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/cqif-basic-library A library referenced by the module: A library referenced by the module. The reference must consist of either an id, or a document reference. Use on element: Basic | |
name | 0..1 | string | The local name for the library reference. If no local name is provided, the name of the referenced library is assumed. | |
id | 0..1 | string | The identifier of the library. | |
version | 0..1 | string | The version of the library. | |
document | 0..1 | Attachment, Reference(CQIF-KnowledgeModule) | A reference to the library. | |
Documentation for this format |
Fulle Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/cqif-basic-library A library referenced by the module: A library referenced by the module. The reference must consist of either an id, or a document reference. Use on element: Basic | |
extension | 0..1 | Extension | The local name for the library | |
extension | 0..0 | |||
url | 1..1 | uri | "name" | |
valueString | 1..1 | string | Value of extension | |
extension | 0..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "id" | |
valueString | 1..1 | string | Value of extension | |
extension | 0..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "version" | |
valueString | 1..1 | string | Value of extension | |
extension | 0..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "document" | |
value[x] | 1..1 | Attachment, Reference(CQIF-KnowledgeModule) | Value of extension | |
url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/cqif-basic-library" | |
value[x] | 0..0 | |||
Documentation for this format |
XML Template
<!-- A library referenced by the module --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/cqif-basic-library" > <-- extension sliced by url in any order--> <extension url="name"> 0..1 Extension <!-- 0..1 The local name for the library --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> <extension url="id"> 0..1 Extension <!-- 0..1 Extension --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> <extension url="version"> 0..1 Extension <!-- 0..1 Extension --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> <extension url="document"> 0..1 Extension <!-- 0..1 Extension --> <value[x]><!-- 1..1 Attachment|Reference(CQIF-KnowledgeModule) Value of extension --> </extension> </extension>
JSON Template
{ // A library referenced by the module "extension" : [ // sliced by url in any order { // The local name for the library // // from Element: extension "url" : "name", // R! "valueString" : "<string>" // R! Value of extension }, { // Extension // // from Element: extension "url" : "id", // R! "valueString" : "<string>" // R! Value of extension }, { // Extension // // from Element: extension "url" : "version", // R! "valueString" : "<string>" // R! Value of extension }, { // Extension // // from Element: extension "url" : "document", // R! // value[x]: Value of extension. One of these 2: "valueAttachment" : { Attachment } // R! Value of extension "valueReference" : { Reference(cqif-knowledgemodule) }, // R! Value of extension } ], "url" : "http://hl7.org/fhir/StructureDefinition/cqif-basic-library", // R! // value[x]: Value of extension. One of these 33: }
Summary
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/cqif-basic-library A library referenced by the module: A library referenced by the module. The reference must consist of either an id, or a document reference. Use on element: Basic | |
name | 0..1 | string | The local name for the library reference. If no local name is provided, the name of the referenced library is assumed. | |
id | 0..1 | string | The identifier of the library. | |
version | 0..1 | string | The version of the library. | |
document | 0..1 | Attachment, Reference(CQIF-KnowledgeModule) | A reference to the library. | |
Documentation for this format |
Full Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/cqif-basic-library A library referenced by the module: A library referenced by the module. The reference must consist of either an id, or a document reference. Use on element: Basic | |
extension | 0..1 | Extension | The local name for the library | |
extension | 0..0 | |||
url | 1..1 | uri | "name" | |
valueString | 1..1 | string | Value of extension | |
extension | 0..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "id" | |
valueString | 1..1 | string | Value of extension | |
extension | 0..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "version" | |
valueString | 1..1 | string | Value of extension | |
extension | 0..1 | Extension | Extension | |
extension | 0..0 | |||
url | 1..1 | uri | "document" | |
value[x] | 1..1 | Attachment, Reference(CQIF-KnowledgeModule) | Value of extension | |
url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/cqif-basic-library" | |
value[x] | 0..0 | |||
Documentation for this format |
XML Template
<!-- A library referenced by the module --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/cqif-basic-library" > <-- extension sliced by url in any order--> <extension url="name"> 0..1 Extension <!-- 0..1 The local name for the library --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> <extension url="id"> 0..1 Extension <!-- 0..1 Extension --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> <extension url="version"> 0..1 Extension <!-- 0..1 Extension --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> <extension url="document"> 0..1 Extension <!-- 0..1 Extension --> <value[x]><!-- 1..1 Attachment|Reference(CQIF-KnowledgeModule) Value of extension --> </extension> </extension>
JSON Template
{ // A library referenced by the module "extension" : [ // sliced by url in any order { // The local name for the library // // from Element: extension "url" : "name", // R! "valueString" : "<string>" // R! Value of extension }, { // Extension // // from Element: extension "url" : "id", // R! "valueString" : "<string>" // R! Value of extension }, { // Extension // // from Element: extension "url" : "version", // R! "valueString" : "<string>" // R! Value of extension }, { // Extension // // from Element: extension "url" : "document", // R! // value[x]: Value of extension. One of these 2: "valueAttachment" : { Attachment } // R! Value of extension "valueReference" : { Reference(cqif-knowledgemodule) }, // R! Value of extension } ], "url" : "http://hl7.org/fhir/StructureDefinition/cqif-basic-library", // R! // value[x]: Value of extension. One of these 33: }